home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / doom / quake3.zip / SOULSWP1.ZIP / FOO.PL < prev    next >
Perl Script  |  1996-08-24  |  96b  |  4 lines

  1. #!/usr/bin/perl -n
  2. ($a, $b) = split;
  3. print "$a = other.$b; other.$b = self.$b; self.$b = $a;\n"
  4.